
1.IsConnected function is reading instruction


2 Download function is writing instruction


3 if you want to write a 32 bit value, the two invocation of writing instruction, the first to write low 16 bits, then write the high 16 bits


4 if you are not using the serial port 1, serial number can be modify in the open function of the Serial.cpp file.

